Skip to main content

ITypedRedisClientFacade<T>

Assembly: ServiceStack.dll
View Source
Declaration
public interface ITypedRedisClientFacade<T>

Methods

GetNextSequence()

View Source
Declaration
int GetNextSequence()
Returns

System.Int32

GetById(Object)

View Source
Declaration
T GetById(object id)
Returns

<T>

Parameters
TypeName
System.Objectid

GetByIds(IEnumerable)

View Source
Declaration
List<T> GetByIds(IEnumerable ids)
Returns

System.Collections.Generic.List<<T>>

Parameters
TypeName
System.Collections.IEnumerableids

DeleteById(String)

View Source
Declaration
void DeleteById(string id)
Parameters
TypeName
System.Stringid

DeleteByIds(IEnumerable)

View Source
Declaration
void DeleteByIds(IEnumerable ids)
Parameters
TypeName
System.Collections.IEnumerableids

GetAll(Nullable<Int32>, Nullable<Int32>)

View Source
Declaration
List<T> GetAll(int? skip = null, int? take = null)
Returns

System.Collections.Generic.List<<T>>

Parameters
TypeName
System.Nullable<System.Int32>skip
System.Nullable<System.Int32>take